home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap04 / Paint1 / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  774 b   |  26 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8.  
  9. #define IDM_FILE_NEW            110
  10. #define IDM_FILE_EXIT           111
  11.  
  12. #define IDM_WIDTH_VTHIN         120
  13. #define IDM_WIDTH_THIN          121
  14. #define IDM_WIDTH_MEDIUM        122
  15. #define IDM_WIDTH_THICK         123
  16. #define IDM_WIDTH_VTHICK        124
  17.  
  18. #define IDM_COLOR_BLACK         130
  19. #define IDM_COLOR_BLUE          131
  20. #define IDM_COLOR_GREEN         132
  21. #define IDM_COLOR_CYAN          133
  22. #define IDM_COLOR_RED           134
  23. #define IDM_COLOR_MAGENTA       135
  24. #define IDM_COLOR_YELLOW        136
  25. #define IDM_COLOR_WHITE         137
  26.